home *** CD-ROM | disk | FTP | other *** search
- global EsprtList
-
- on east
- if rollOver(43) then
- cursor([1, 2])
- set the loc of sprite 39 to point(the mouseH, the mouseV)
- animate(39, 164, 179)
- else
- if rollOver(40) then
- cursor(200)
- set the loc of sprite 38 to point(the mouseH, the mouseV)
- animate(38, 17, 35)
- else
- cursor([9, 10])
- set the loc of sprite 39 to point(-100, -100)
- set the loc of sprite 38 to point(-100, -100)
- repeat with i = 1 to count(EsprtList)
- if count(EsprtList) > 0 then
- Run(getAt(EsprtList, i))
- end if
- end repeat
- end if
- end if
- end
-